.index-first{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.first-left , .first-right{
    width: 50%;
}
.first-right{
    padding-left: 20px;
}

.first-right .company-name{
    font-size: 24px;
    font-weight: bold;
    color: #bb0f26;
}

.first-right .company-name:hover{
    color: #ff4343 !important;
}

.first-right .company-cname{
    font-size: 22px;
    font-weight: bold;
}

.first-right .company-cname:hover{
    color: #ff4343 !important;
}


.first-right .company-intro{
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    text-align: justify;
}

.first-right .company-intro:hover{
    color: #ff4343 !important;
}

.index-block-title{
    font-size: 25px!important;
}

.good-cases{
    padding-bottom: 50px;
    padding-top: 20px;
    /*width: 100%;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}

.good-cases a {
    display: block;
}

.case{
    border: solid 1px #ccc;
    text-align: center;
    background: #E94708;
}
.case img{
    width: 100%;
}
.good-cases a:hover .case img{
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}

.case-title{
    font-size: 16px;
    position: absolute;
    bottom: 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    background: #e21e32;
    color: #fff;
    height: 0;
    line-height: 30px;
    overflow: hidden;
    transition: all 1s linear;
}
.good-cases a:hover .zhezhao .case-title{
    animation:titleAppear 1s;
    -webkit-animation:titleAppear 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes titleAppear
{
    from {padding: 0px;height: 0px;}
    to {padding: 5px;height: 40px;}
}

@-webkit-keyframes titleAppear /* Safari and Chrome */
{
    from {padding: 0px;height: 0px;}
    to {padding: 5px;height: 40px;}
}

.good-cases a:hover .zhezhao{
    animation:changeBg 0.5s;
    -webkit-animation:changeBg 0.5s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes changeBg
{
    from {background-color: rgba(0,0,0,0);}
    to {background-color: rgba(0,0,0,0.5);}
}

@-webkit-keyframes changeBg /* Safari and Chrome */
{
    from {background-color: rgba(0,0,0,0);}
    to {background-color: rgba(0,0,0,0.5);}
}

.zhezhao{
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.5);*/
    position: absolute;
    top: 0;
}
.carousel-indicators .active{
    background-color: #e94746;
}

.EN{
    font-size: 32px;
    font-weight: bold;
    color: #464646;
}
.ZH{
    font-size: 24px;
    font-weight: bold;
    color: #464646;
}

.width-420{
    width: 420px;
}
.height-control{
    height: 311px;
}
.pic-title{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #eb5955;
    margin: 0;
    padding: 7px;
    color: #fff;
    padding-right: 20%;
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.swiper-pagination4{
    width: 70px!important;
    position: absolute;
    padding: 5px;
    bottom: 0px!important;
    left: 330px!important;
    z-index: 99;
    text-align: right;
}
.swiper-pagination4 .swiper-pagination-bullet {
    margin: 0 5px 0 0 !important;
    background-color: #ffffff;
    border: solid 2px #ffffff;
    opacity: 1;
}
.swiper-pagination4 .swiper-pagination-bullet-active{
    background-color: #e21e32;
}
.new-banner{
    margin-right: 40px;
}
.news-banner-right{
    max-width: 740px;
    width: 740px;
}
.arrow-right {
    display: block;
    width: 32px;
    height: 32px;
    background: url(/assets/web/images/arrow_right.png?v=1) no-repeat center;
    background-size: 100%;
    margin: auto;
}

.first-news{
    border: solid 1px #ffffff;
}
.first-news-time{
    padding: 37px 35px;
    width: 17%;
}
.first-news-date{
    font-size: 34px;
    font-weight: bold;
}
.first-news-ym{
    font-size: 16px;
}
.font-active{
    color: #e21e32;
}
.right-title{
    font-size: 18px;
    padding: 24px 0px 16px 0px;
    font-weight: bold;
    border-bottom: solid 1px #ffffff;
}
.right-desc{

    margin-top: 14px;

    color: #8e8e8e;

    height: 40px;

    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.time2{
    font-size: 14px;
    margin-right: 21px;
    line-height: 26px;
}
.right-desc2{
    font-size: 18px;
    height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-list ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.news-list ul li {
    display: flex;
    margin-top: 15px;
}
.first-news:hover{
    border: solid 1px #000000;
}
.first-news:hover .first-news-date{
    color: #000000;
}
.first-news:hover .first-news-ym{
    color: #000000;
}
.first-news:hover .right-title{
    color: #000000;
    border-bottom: solid 1px #000000;
}
.first-news:hover .right-desc{
    color: #000000;
}
.first-news:hover .arrow-right{
    background: url(/assets/web/images/arrow_right_active.png?v=1) no-repeat center;
}
.news-list ul li:hover .time2{
    color: #000000;
    /*font-weight: bold;*/
}
.news-list ul li:hover .right-desc2 a{
    color: #000000;
    font-weight: bold;
}
.swiper-container3 .case img{
    padding: 36px 0;
}
.swiper-container3 .case{
    background: #ffffff;
}
.lm-zxtj {
    display: inline-block;
    font-size: 30px;
    color: #464646;
    padding: 0px 30px 20px 30px;
    border-bottom: solid 5px #e94646;
}
.border-bottom-ccc{
    border-bottom: solid 1px #ccc;
    padding:30px 0 0 0;
}
.yxal-list{
    background-color: #f0f0f0;
}
.main-content{
    margin-bottom: 0;
    padding-bottom: 0;
}